home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GENELOGY / PEDIGREE.LZH / INSTALL.BAT next >
DOS Batch File  |  1989-02-18  |  512b  |  20 lines

  1. ECHO OFF
  2. CLS
  3. IF %1/ == / GOTO INSTRUCT
  4. ECHO Install PEDIGREE on hard drive %1:
  5. ECHO .
  6. ECHO If this is not what you want to do then press
  7. ECHO Ctrl-C to start over. If this is correct then
  8. PAUSE
  9. %1:
  10. CD \
  11. MKDIR \PEDIGREE
  12. CD \PEDIGREE
  13. COPY A:PEDIGREE.EXE
  14. COPY A:PEDIGREE.HLF
  15. COPY A:INSTALLH.BAT
  16. INSTALLH
  17. :INSTRUCT
  18. ECHO Proper use is INSTALL d  where d is the letter
  19. ECHO of the hard disk on which to install PEDIGREE.
  20.